Skip to content

Commit

Permalink
Merge pull request #803 from jerensl/fix/version-artifact-folder
Browse files Browse the repository at this point in the history
fix: gh actopm send the version outside of the folder artifact being …
  • Loading branch information
jerensl authored Nov 11, 2024
2 parents 86592ac + 1c4abe1 commit d4ce153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-meshery-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run-id: ${{ github.event.workflow_run.id }}
- name: Retrieve Version
run: |
echo "VERSION=$(cat ./version/number)" >> $GITHUB_OUTPUT
echo "VERSION=$(cat ./number)" >> $GITHUB_OUTPUT
id: current
bump-meshery:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d4ce153

Please sign in to comment.