Skip to content

Commit

Permalink
Correcting tag for latest release
Browse files Browse the repository at this point in the history
Issue #5
  • Loading branch information
eupolemo authored Jan 2, 2021
1 parent 89d4a23 commit e224a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
if: endsWith(github.ref, 'main')
with:
allowUpdates: true
name: Release ${{ steps.get-version.outputs.version }}
name: Latest Release
draft: false
prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: './module.json,./l5r4ed-dice-roller.zip'
tag: ${{ steps.get-version.outputs.version }}
tag: latest

0 comments on commit e224a15

Please sign in to comment.