Skip to content

Commit

Permalink
Upgrade PR flow to using Environment Files
Browse files Browse the repository at this point in the history
  • Loading branch information
wormi4ok committed Dec 11, 2020
1 parent 0f1ab45 commit 4bf5c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Prepare PR_TAG
run: |
PR_TAG="$(git describe --tags --abbrev=0)-PR-${{ github.event.number }}"
echo "::set-env name=PR_TAG::$PR_TAG"
echo "PR_TAG=$PR_TAG" >> $GITHUB_ENV
- name: Create temporary tag
run: git tag ${{ env.PR_TAG }}
- name: Release
Expand Down

0 comments on commit 4bf5c2f

Please sign in to comment.