-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
👷 Add tag workflow #3
Conversation
1ead54f
to
da81213
Compare
@alecgibson @pdfrod |
13fea5e
to
f880e07
Compare
@@ -18,8 +18,8 @@ jobs: | |||
|
|||
strategy: | |||
matrix: | |||
os: [windows-latest, ubuntu-latest] | |||
node-version: [14.x, 16.x, 18.x] | |||
os: [ubuntu-latest] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's still a lot of Windows-related stuff in this file
run: npm test | ||
- name: Tag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to run the checkout
step with a PAT, otherwise this won't trigger your downstream Publish
workflow.
I've added as PERSONAL_ACCESS_TOKEN
f880e07
to
d8f8a89
Compare
No description provided.