Skip to content

Commit

Permalink
fix: gh actopm send the version outside of the folder artifact being …
Browse files Browse the repository at this point in the history
…setup

Signed-off-by: jerensl <[email protected]>
  • Loading branch information
jerensl committed Nov 11, 2024
1 parent 86592ac commit 1c4abe1
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 1c4abe1

Please sign in to comment.