mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-24 15:51:36 +00:00
Update release.yml
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -23,7 +23,9 @@ jobs:
|
|||||||
node-version: ${{ env.node_version }}
|
node-version: ${{ env.node_version }}
|
||||||
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
|
# setting a registry enables the NODE_AUTH_TOKEN env variable where we can set an npm token. REQUIRED
|
||||||
registry-url: 'https://registry.npmjs.org'
|
registry-url: 'https://registry.npmjs.org'
|
||||||
- uses: bcomnes/npm-bump@v2.0.0
|
- run: npm i
|
||||||
|
- run: npm test
|
||||||
|
- uses: bcomnes/npm-bump@v2.0.1
|
||||||
with:
|
with:
|
||||||
git_email: bcomnes@gmail.com
|
git_email: bcomnes@gmail.com
|
||||||
git_username: ${{ github.actor }}
|
git_username: ${{ github.actor }}
|
||||||
|
|||||||
Reference in New Issue
Block a user