Skip to content

Commit 824291e

Browse files
authored
feat: Update the GH action (#6)
1 parent cfa473b commit 824291e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/version_bump_and_new_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,12 @@ jobs:
144144
branch: ${{ github.ref }}
145145
github_token: ${{ secrets.GITHUB_TOKEN }}
146146
tags: true
147+
force: true
147148

148149
- name: Create new release
149150
uses: softprops/action-gh-release@v1
150151
if: (steps.verify-changed-files-vendor.outputs.files_changed == 'true' && steps.verify-changed-files-release.outputs.files_changed == 'true') || inputs.force == true
151152
with:
152153
files: "loki-boshrelease.tgz"
153154
tag_name: "v${{ env.LOKI_BOSHRELEASE_VERSION }}"
154-
token: ${{ secrets.GITHUB_TOKEN }}
155+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)