Skip to content

Commit 49fb7c0

Browse files
forcing release
1 parent 1ff426b commit 49fb7c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update_version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: "Tag version ${{ steps.fetch_version.outputs.latest }}"
4747
uses: "anothrNick/[email protected]"
48-
if: steps.commit.outputs.changes_detected == 'true'
48+
#if: steps.commit.outputs.changes_detected == 'true'
4949
id: tag
5050
env:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: "Create release ${{ steps.fetch_version.outputs.latest }}"
5656
uses: actions/create-release@v1
57-
if: steps.commit.outputs.changes_detected == 'true'
57+
#if: steps.commit.outputs.changes_detected == 'true'
5858
env:
5959
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6060
with:

0 commit comments

Comments
 (0)