Skip to content

Commit

Permalink
Merge pull request #318 from momentohq/moar-github-output
Browse files Browse the repository at this point in the history
fix: still working on GITHUB_OUTPUT
  • Loading branch information
cprice404 authored Apr 19, 2024
2 parents b277d05 + 2fcbad6 commit cee240d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/execute-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Output release
id: release
run: echo "release=${{ steps.semrel.outputs.version }}" >> $ENV:GITHUB_OUTPUT
run: echo "release=${{ steps.semrel.outputs.version }}" >> $GITHUB_OUTPUT

publish-linux-assets:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cee240d

Please sign in to comment.