Skip to content

Commit

Permalink
Tweak create_release.yml (#215)
Browse files Browse the repository at this point in the history
* Update create_release.yml

* Update create_release.yml
  • Loading branch information
IhateTrains authored May 4, 2021
1 parent faa0a0f commit 241b922
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: "Release"
uses: ncipollo/release-action@v1
with:
tag_name: ${{ steps.previoustag.outputs.tag }}
release_name: ${{ steps.previoustag.outputs.tag }}
tag: ${{ steps.previoustag.outputs.tag }}
artifacts: ImperatorToCK3-${{ steps.previoustag.outputs.tag }}.zip
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.API_TOKEN_GITHUB }}

0 comments on commit 241b922

Please sign in to comment.