Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Mar 4, 2022
1 parent 2182e98 commit 3444d13
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- id: pr
uses: actions-ecosystem/action-get-merged-pull-request@v1.0.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

- uses: zwaldowski/semver-release-action@v2
with:
dry_run: true
bump: ${{ steps.pr.outputs.labels }}
github_token: ${{ secrets.GITHUB_TOKEN }}


- name: Set version output
id: out
run: echo "::set-output name=version::$(echo ${VERSION})"
run: echo "::set-output name=version::$(echo 0.18.0)"

- name: generate temporary tag
run: echo IMAGE_TAG=${{ steps.out.outputs.version }} >> $GITHUB_ENV
Expand Down

0 comments on commit 3444d13

Please sign in to comment.