Skip to content

Commit

Permalink
Merge pull request #4 from rr-tri/branchTest
Browse files Browse the repository at this point in the history
Update pipeline.yml
  • Loading branch information
rr-tri authored Nov 30, 2023
2 parents b23866d + f510aab commit 776d8e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@
tag_release:
needs: [simple_deployment_pipeline]
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- name: Bump version and push tag
if: ${{ github.event_name == 'push' }}
if: ${{ github.event_name == 'push' }}

uses: anothrNick/github-tag-action@1.64.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 776d8e5

Please sign in to comment.