Skip to content

Commit 7b9c819

Browse files
authored
Update npm-publish.yml
1 parent ab6cbbf commit 7b9c819

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
33

4-
name: mdsvex-enhanced-images
4+
name: main
55

66
on:
77
push:
88
branches:
99
- main
10+
- dev
1011

1112
jobs:
1213
build:
@@ -45,3 +46,6 @@ jobs:
4546
run: npm publish --access public
4647
env:
4748
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
49+
- uses: akhilmhdh/[email protected]
50+
env:
51+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)