Skip to content

Commit

Permalink
chore: free constraints in semantic-release.yml (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
msclock authored Dec 20, 2024
1 parent 544d104 commit 5ebd207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
semantic-release:
name: Semantic Release
runs-on: ubuntu-24.04
if: github.event.workflow_run.conclusion == 'success' && github.repository == 'serious-scaffold/ss-cmake'
if: github.event.workflow_run.conclusion == 'success' && github.repository == 'serious-scaffold/ss-license'
permissions:
contents: write
id-token: write
Expand Down

0 comments on commit 5ebd207

Please sign in to comment.