Skip to content

Commit

Permalink
testing npm publish github action
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenedtzjs committed Oct 13, 2024
1 parent 8eb5550 commit d5d76cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-stable.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Latest
name: Publish Release

on:
release:
Expand All @@ -8,8 +8,10 @@ jobs:
npm-publish:
name: npm publish
runs-on: ubuntu-latest

permissions:
id-token: write

if: github.repository_owner == 'SITCommunity'
steps:
- name: Checkout Repositories
Expand Down

0 comments on commit d5d76cc

Please sign in to comment.