Skip to content

Commit

Permalink
fixes in the yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LinceMathew committed Aug 9, 2023
1 parent 4341a66 commit 8b268d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
tag_name: v1.0.0
release_name: Release v1.0.0
draft: false
prerelease: false

Expand Down

0 comments on commit 8b268d7

Please sign in to comment.