Skip to content

Commit

Permalink
ci: update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 17, 2024
1 parent a04da94 commit 4ab750a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -38,7 +41,7 @@ jobs:

- name: Create Release
uses: jaywcjlove/create-tag-action@main
if: steps.create_tag.outputs.successful
if: steps.create_tag.outputs.successful == 'true'
with:
package-path: ./package.json
version: ${{steps.create_tag.outputs.version}}
Expand Down

0 comments on commit 4ab750a

Please sign in to comment.