Skip to content

Commit 15975a0

Browse files
committed
use github deployments for releases
1 parent f4f71b6 commit 15975a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-published.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types:
66
- published
7-
7+
88
permissions:
99
contents: write
1010
deployments: write
@@ -13,6 +13,7 @@ jobs:
1313
publish:
1414
runs-on: ubuntu-latest
1515
environment: release
16+
concurrency: release
1617
steps:
1718
- uses: cloudposse/github-action-major-release-tagger@v1
1819
with:

0 commit comments

Comments
 (0)