Skip to content

Commit 5accc9f

Browse files
committed
v2.0.0
[no ci]
1 parent f0d40e1 commit 5accc9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ on:
1010

1111
jobs:
1212
release:
13-
uses: jeffersonlab/java-workflows/.github/workflows/gh-release.yaml@v1
13+
uses: jeffersonlab/java-workflows/.github/workflows/gh-release.yaml@v2
1414
with:
1515
files: build/Hi
1616
secrets: inherit
1717

1818
docs_publish:
1919
needs:
2020
- release
21-
uses: jeffersonlab/java-workflows/.github/workflows/gh-pages-publish.yaml@v1
21+
uses: jeffersonlab/java-workflows/.github/workflows/gh-pages-publish.yaml@v2
2222
with:
2323
semvertag: ${{ needs.release.outputs.semvertag }}
2424
secrets: inherit

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ permissions:
1616

1717
jobs:
1818
build:
19-
uses: jeffersonlab/java-workflows/.github/workflows/unit-ci.yaml@v1
19+
uses: jeffersonlab/java-workflows/.github/workflows/unit-ci.yaml@v2

0 commit comments

Comments
 (0)