Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcartwright authored Sep 5, 2021
1 parent f496d22 commit 7e8fab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ jobs:
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
if: ${{ github.ref == 'refs/heads/master' && env.create_release == "true" }}
if: ${{ github.ref == 'refs/heads/master' && env.create_release == 'true' }}
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"

- name: Create Release
uses: ncipollo/release-action@v1
if: ${{ github.ref == 'refs/heads/master' && env.create_release == "true" }}
if: ${{ github.ref == 'refs/heads/master' && env.create_release == 'true' }}
with:
artifacts: "${{ github.workspace }}\\${{ env.REPO_NAME }}.zip"
token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 7e8fab8

Please sign in to comment.