Try to upload

This commit is contained in:
David Boreham 2023-04-06 19:47:15 -06:00
parent eb16a97def
commit 749b302f5f

View File

@ -28,7 +28,7 @@ jobs:
# Or it might be done on merge to a release branch # Or it might be done on merge to a release branch
# Somehow by this point however we need to know the release version # Somehow by this point however we need to know the release version
with: with:
tag_name: "v1.2.3" tag_name: "v1.2.4"
- name: "Build local shiv package" - name: "Build local shiv package"
# Build has to be done after deciding on the version because # Build has to be done after deciding on the version because
# we bundle the version into the build # we bundle the version into the build
@ -36,4 +36,5 @@ jobs:
- name: "Upload release artifact" - name: "Upload release artifact"
uses: cerc-io/action-gh-release@v1 uses: cerc-io/action-gh-release@v1
with: with:
tag_name: "v1.2.4"
files: requirements.txt files: requirements.txt