Skip to content

Commit

Permalink
Removed the automatic release tag from the create release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmyt committed Aug 6, 2022
1 parent 34e17e8 commit bc11d42
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: ${{ steps.get_version.outputs.version }}
prerelease: false
title: Release ${{ steps.get_version.outputs.version }}
files: |
Expand Down

0 comments on commit bc11d42

Please sign in to comment.