Skip to content

Commit

Permalink
CI fix 22
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 committed Oct 18, 2024
1 parent ff15037 commit 34c4c15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Release on Github
name: Release and publish

on:
# push:
# branches: [main]
pull_request:

jobs:
github-release:
release-publish:
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down Expand Up @@ -78,6 +78,6 @@ jobs:
- name: Build
run: npm run build
- name: Publish
run: npm publish
run: npm publish --tag "beta-$TAG_NEW_VERSION"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 34c4c15

Please sign in to comment.