Skip to content

Commit d4ce153

Browse files
authored
Merge pull request #803 from jerensl/fix/version-artifact-folder
fix: gh actopm send the version outside of the folder artifact being …
2 parents 86592ac + 1c4abe1 commit d4ce153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bump-meshery-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run-id: ${{ github.event.workflow_run.id }}
2121
- name: Retrieve Version
2222
run: |
23-
echo "VERSION=$(cat ./version/number)" >> $GITHUB_OUTPUT
23+
echo "VERSION=$(cat ./number)" >> $GITHUB_OUTPUT
2424
id: current
2525
bump-meshery:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)