Skip to content

Commit

Permalink
test: testing CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Manzhula committed Nov 11, 2024
1 parent 966e137 commit 11f3a78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: CI
on:
push:
branches:
- master
- test/publish-package
tags-ignore:
- "**"
pull_request:
Expand Down Expand Up @@ -38,14 +38,14 @@ jobs:
needs: build
runs-on: ubuntu-latest
environment: npm_publish
if: github.ref == 'refs/heads/master'
# if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: "npm"
- run: npm ci
- run: npx semantic-release --dry-run # npm ci
- name: Publish new version
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 11f3a78

Please sign in to comment.