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@v1.0
1 parent b282e81 commit 5c606e9Copy full SHA for 5c606e9
.github/workflows/cicd.yml
@@ -108,7 +108,7 @@ jobs:
108
- mypy
109
- py-setup
110
- py-dependencies
111
- uses: WIPACrepo/wipac-dev-workflows/.github/workflows/tag-and-release.yml@tag-and-release
+ uses: WIPACrepo/wipac-dev-workflows/.github/workflows/tag-and-release.yml@v1.0
112
with:
113
python-version: "${{ fromJSON(needs.py-versions.outputs.matrix)[0] }}"
114
release-artifacts: |
0 commit comments