parent
4ae959eb4f
commit
b36f9bc974
@ -27,11 +27,9 @@ jobs:
|
|||||||
# It might be done on creation of a git tag
|
# It might be done on creation of a git tag
|
||||||
# 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
|
||||||
run: echo "Create the release here"
|
|
||||||
- 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
|
||||||
run: ./scripts/build_shiv_package.sh
|
run: ./scripts/build_shiv_package.sh
|
||||||
- name: "Upload release artifact"
|
- name: "Upload release artifact"
|
||||||
uses: cerc-io/action-gh-release@v1
|
uses: cerc-io/action-gh-release@v1
|
||||||
run: echo "Upload artifact here"
|
|
||||||
|
Loading…
Reference in New Issue
Block a user