Commit b74d4e5e authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

add updating release artifact

parent e0d0066d
......@@ -31,10 +31,10 @@ jobs:
name: devcontainer-features.tgz
path: devcontainer-features.tgz
# - name: Get or Create Release at current tag
# uses: ncipollo/release-action@v1
# with:
# allowUpdates: true # Lets us upload our own artifact from previous step
# artifactErrorsFailBuild: true
# artifacts: "./devcontainer-*"
# token: ${{ secrets.GITHUB_TOKEN }}
- name: Get or Create Release at current tag
uses: ncipollo/release-action@v1
with:
allowUpdates: true # Lets us upload our own artifact from previous step
artifactErrorsFailBuild: true
artifacts: "./devcontainer-*"
token: ${{ secrets.GITHUB_TOKEN }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment