mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 13:57:33 +00:00
Switch to ncipollo/release-action
This commit is contained in:
parent
4b442f0132
commit
28b50cadcf
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -23,6 +23,7 @@ jobs:
|
|||
- run: |
|
||||
./run ci:test
|
||||
|
||||
- uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
|
||||
- uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1.13.0
|
||||
with:
|
||||
files: dist/build-configs
|
||||
artifacts: dist/build-configs
|
||||
tag: ${{ env.DATE }}
|
||||
|
|
Loading…
Reference in a new issue