Skip to content

Commit

Permalink
Newest
Browse files Browse the repository at this point in the history
  • Loading branch information
mutlr committed Jul 18, 2023
1 parent 68037a4 commit f94139a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
needs: [simple_deployment_pipeline]
steps:
- uses: actions/checkout@v3
- name: Deploy to production
uses: johnbeynon/[email protected]
with:
Expand All @@ -46,7 +47,7 @@ jobs:
needs: [build, simple_deployment_pipeline]
steps:
- name: Bump version and push tag
uses: anothrNick/[email protected]
uses: anothrNick/[email protected], actions/checkout@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEFAULT_BUMP: patch

0 comments on commit f94139a

Please sign in to comment.