Skip to content

Commit

Permalink
skip tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Mar 20, 2024
1 parent a1bcbc5 commit b02a8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-final-boshrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Create a Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
# if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: "v${{ steps.boshrelease.outputs.version }}"
files: ${{ steps.boshrelease.outputs.file }}
Expand Down

0 comments on commit b02a8cf

Please sign in to comment.