Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamri committed Aug 26, 2021
1 parent 8d2830c commit 14a60d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: Release.${{ steps.date.outputs.date }}
automatic_release_tag: latest
prerelease: true
title: Release ${{ steps.date.outputs.date }}
files: |
Expand Down

0 comments on commit 14a60d1

Please sign in to comment.