Skip to content

Commit

Permalink
Update pr-on-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Munkholm authored Feb 25, 2023
1 parent 2c9ee39 commit 5108f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: ${{ github.event.release.target_commitish }}

- name: Get release version
run: echo "version=${{ github.event.release.tag_name }}" >> GITHUB_ENV
run: echo "{version}={${{ github.event.release.tag_name }}}" >> GITHUB_ENV

- name: Checkout repo B
uses: actions/checkout@v3
Expand Down

0 comments on commit 5108f54

Please sign in to comment.