Skip to content

Commit

Permalink
ci: release in environment
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Jul 4, 2024
1 parent 53676cb commit 00f3a38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/appstore-conventional-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
jobs:
build_and_publish:
runs-on: ubuntu-latest
environment: release

steps:
- name: Check actor permission
Expand All @@ -33,6 +34,9 @@ jobs:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
token: ${{ secrets.RELEASE_PAT }}
fetch-depth: 0

- name: Conventional Changelog Action
id: changelog
Expand Down

0 comments on commit 00f3a38

Please sign in to comment.