We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6cbbf commit 7b9c819Copy full SHA for 7b9c819
.github/workflows/npm-publish.yml
@@ -1,12 +1,13 @@
1
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
2
# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
3
4
-name: mdsvex-enhanced-images
+name: main
5
6
on:
7
push:
8
branches:
9
- main
10
+ - dev
11
12
jobs:
13
build:
@@ -45,3 +46,6 @@ jobs:
45
46
run: npm publish --access public
47
env:
48
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
49
+ - uses: akhilmhdh/[email protected]
50
+ env:
51
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments