Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRollen committed Aug 25, 2021
1 parent a8a5e79 commit ec66309
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
uses: actions/checkout@v2
- name: Read version number
id: read_toml
uses: outcome-co/action-read-toml@v2.0.10
uses: SebRollen/toml-action@v1.0.0
with:
path: Cargo.toml
key: package.version
file: Cargo.toml
field: package.version
- name: Set tag env variable
run: echo IMAGE_TAG=v${{steps.read_toml.outputs.package_version}} >> $GITHUB_ENV
run: echo IMAGE_TAG=v${{steps.read_toml.outputs.value}} >> $GITHUB_ENV
- uses: ncipollo/release-action@v1
continue-on-error: true
with:
Expand Down

0 comments on commit ec66309

Please sign in to comment.