We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac42dd commit d0dcb77Copy full SHA for d0dcb77
.github/workflows/publish.yml
@@ -4,6 +4,6 @@ on:
4
tags:
5
- v[0-9]+.[0-9]+.[0-9]+
6
jobs:
7
- deploy:
8
- uses: NucleoidJS/actions/.github/workflows/publish.yml@main
+ deploy:
+ uses: NucleoidAI/actions/.github/workflows/publish.yml@main
9
secrets: inherit
.github/workflows/test.yml
@@ -4,7 +4,7 @@ on:
branches: [main]
build:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
10
- uses: actions/setup-node@v3
0 commit comments