Skip to content

Commit

Permalink
chore(github-actions): release prelease action
Browse files Browse the repository at this point in the history
- manually changing the status of the release note should do something cool.
  • Loading branch information
amtins committed Jun 21, 2023
1 parent 64d7be3 commit 91875f9
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 44 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/release-prerelease.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Release Prerelease

on:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
always-auth: true
registry-url: https://npm.pkg.github.com/
scope: '@amtins'
- run: |
npm dist-tag ls @amtins/super-duper-ci
npm publish --tag next
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
70 changes: 27 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"semantic-release": "^21.0.0"
},
"dependencies": {
"video.js": "^8.0.4"
"video.js": "^8.5.0"
}
}

0 comments on commit 91875f9

Please sign in to comment.