chore: release 8.1.0 (#266)

This commit is contained in:
GrayBot
2026-05-17 17:43:18 -04:00
committed by GitHub
parent e39dd46f9c
commit b71bb8b4aa
26 changed files with 81 additions and 64 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
name: A job to compute an installed Magento version.
steps:
- uses: actions/checkout@v6
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.0.0 # x-release-please-version
- uses: graycoreio/github-actions-magento2/get-magento-version@v8.1.0 # x-release-please-version
id: get-magento-version
- run: echo version ${{ steps.get-magento-version.outputs.version }}
shell: bash