Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0fatal authored May 14, 2022
1 parent 613a904 commit 75a6f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
steps:
- name: Get latest published release tag
id: get_latest_release
uses: pozetroninc/github-action-get-latest-release@2b51d48e904071035d6632715d41966f516711dd
uses: pozetroninc/github-action-get-latest-release@v0.5.0
with:
repository: ${{ github.repository }}
excludes: prerelease, draft
- name: Generate changelog since last published release
uses: charmixer/auto-changelog-action@5c6320ae4dedc8743e4439a3c56294c294553fb9
uses: charmixer/auto-changelog-action@v1
with:
token: ${{ secrets.RELEASEBOT_TOKEN }}
future_release: ${{ github.ref }}
Expand Down Expand Up @@ -105,4 +105,4 @@ jobs:
upload_url: ${{ needs.draft-release.outputs.upload_url }}
asset_path: ./certificate_pass_${{ matrix.target }}${{ matrix.asset_extension }}
asset_name: certificate_pass_${{ matrix.target }}${{ matrix.asset_extension }}
asset_content_type: ${{ matrix.asset_content_type }}
asset_content_type: ${{ matrix.asset_content_type }}

0 comments on commit 75a6f5f

Please sign in to comment.