Skip to content

Commit 16297c4

Browse files
fix workflow for prod
1 parent 2f66da0 commit 16297c4

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test-workflow-bump-prod.yml renamed to .github/workflows/tag-and-release-prod.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
name: Bump version
1+
name: Tag and release production
22
on:
33
workflow_call:
44
secrets:
55
gh_token:
66
required: true
77
push:
88
branches:
9-
- test-prod
9+
- main
10+
- master
1011
jobs:
1112
run:
1213
runs-on: ubuntu-latest
@@ -17,7 +18,7 @@ jobs:
1718
uses: mathieudutour/github-tag-action@v6.1
1819
with:
1920
github_token: ${{ secrets.gh_token }}
20-
tag_prefix: production-
21+
tag_prefix: Prod-
2122
- name: Create a GitHub release
2223
uses: ncipollo/release-action@v1
2324
with:

0 commit comments

Comments
 (0)