Skip to content

Commit d0dcb77

Browse files
committed
Update org name for Actions
1 parent 4ac42dd commit d0dcb77

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ on:
44
tags:
55
- v[0-9]+.[0-9]+.[0-9]+
66
jobs:
7-
deploy:
8-
uses: NucleoidJS/actions/.github/workflows/publish.yml@main
7+
deploy:
8+
uses: NucleoidAI/actions/.github/workflows/publish.yml@main
99
secrets: inherit

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches: [main]
55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)