Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmokko committed Nov 16, 2023
1 parent fb4809c commit e6793d4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish-node.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Publish Node Addon

on:
push:
tags:
- 'v*'
on: [push]

jobs:
build:
Expand Down Expand Up @@ -77,4 +74,4 @@ jobs:
- name: Publish to GitHub Packages
run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e6793d4

Please sign in to comment.