Skip to content

Commit 6bd992e

Browse files
authored
chore: Update GitHub Actions workflow for release
Renamed job from 'build_test_and_publish' to 'build_and_publish' and removed test step.
1 parent eee9e02 commit 6bd992e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read
1111

1212
jobs:
13-
build_test_and_publish:
13+
build_and_publish:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v6
@@ -27,12 +27,9 @@ jobs:
2727
- name: build
2828
run: yarn build
2929

30-
# - name: test
31-
# run: yarn execution-tests
32-
3330
- run: npm install -g npm@latest
3431

3532
- run: npm publish
3633
env:
3734
NPM_CONFIG_PROVENANCE: true
38-
# NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} no longer needed with trusted publishing and OIDC token generation
35+
# NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} no longer needed with trusted publishing and OIDC token generation

0 commit comments

Comments
 (0)