We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WIPACrepo/wipac-dev-workflows/.github/workflows/tag-and-release.yml@tag-and-release
1 parent d1bf820 commit d362a92Copy full SHA for d362a92
.github/workflows/cicd.yml
@@ -109,7 +109,7 @@ jobs:
109
- py-setup
110
- py-dependencies
111
concurrency: tag-and-release # prevent any possible race conditions
112
- uses: WIPACrepo/wipac-dev-workflows/tag-and-release/worlflow.yml@vtag-and-release
+ uses: WIPACrepo/wipac-dev-workflows/.github/workflows/tag-and-release.yml@tag-and-release
113
with:
114
python-version: "${{ fromJSON(needs.py-versions.outputs.matrix)[0] }}"
115
release-artifacts: |
resources/nested/file.txt
@@ -25,3 +25,4 @@ hello moon
25
hello phobos
26
hello deimos
27
hello risa
28
+hello rigel
0 commit comments