Skip to content

Commit

Permalink
fix(publish): call release
Browse files Browse the repository at this point in the history
  • Loading branch information
blksnk committed Dec 14, 2023
1 parent f4a079e commit ddc117f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ jobs:
trigger_release:
name: "Trigger release"
needs: build_package
uses: ${{ github.repository }}/.github/workflows/release.yml@main
uses: "${{ github.repository }}/.github/workflows/release.yml@main"
secrets: inherit

0 comments on commit ddc117f

Please sign in to comment.