We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff426b commit 49fb7c0Copy full SHA for 49fb7c0
.github/workflows/update_version.yml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: "Tag version ${{ steps.fetch_version.outputs.latest }}"
47
uses: "anothrNick/[email protected]"
48
- if: steps.commit.outputs.changes_detected == 'true'
+ #if: steps.commit.outputs.changes_detected == 'true'
49
id: tag
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -54,7 +54,7 @@ jobs:
54
55
- name: "Create release ${{ steps.fetch_version.outputs.latest }}"
56
uses: actions/create-release@v1
57
58
59
60
with:
0 commit comments