Skip to content
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

Merged
merged 1 commit into from
Dec 4, 2023
Merged

👷 Add tag workflow #3

merged 1 commit into from
Dec 4, 2023

Conversation

dawidreedsy
Copy link
Collaborator

No description provided.

@dawidreedsy
Copy link
Collaborator Author

@alecgibson @pdfrod
Not sure if we dont have to add GITHUB_TOKEN secret in GH?

.github/workflows/node.js.yml Outdated Show resolved Hide resolved
.github/workflows/publish.yml Outdated Show resolved Hide resolved
@dawidreedsy dawidreedsy force-pushed the add-deploy-action branch 2 times, most recently from 13fea5e to f880e07 Compare December 4, 2023 15:46
@@ -18,8 +18,8 @@ jobs:

strategy:
matrix:
os: [windows-latest, ubuntu-latest]
node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest]
Copy link
Collaborator

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
Copy link
Collaborator

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

@dawidreedsy dawidreedsy merged commit 733eb9a into master Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants