Skip to content

Commit

Permalink
Merge pull request #163 from bluecadet/fix/ci-workflow
Browse files Browse the repository at this point in the history
Fix/ci workflow
  • Loading branch information
claytercek authored Oct 14, 2024
2 parents 66e12b4 + 7c9489f commit 9b420e2
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,24 @@ on:
branches:
- develop

concurrency: ${{ github.workflow }}-${{ github.ref }}

permissions: {}
jobs:
release:
# prevents this action from running on forks
if: github.repository == 'bluecadet/launchpad'

permissions:
contents: write # to create release (changesets/action)
id-token: write # OpenID Connect token needed for provenance
pull-requests: write # to create pull request (changesets/action)

name: Release
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Checkout Repo
uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

Expand Down

0 comments on commit 9b420e2

Please sign in to comment.