File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7-
7+
88permissions :
99 contents : write # we need this to be able to push tags
1010 pull-requests : read
11-
11+
1212jobs :
1313 release_tag :
1414 name : Release version
3838 echo "Skipping development version release: ${{ env.version }}"
3939 echo "SKIP=true" >> $GITHUB_ENV
4040 exit 0
41-
41+
4242 - name : Check if VERSION is already tagged
4343 id : check_tag
4444 run : |
6767
6868 - name : Build Changelog
6969 id : github_release
70-
70+
7171 uses : mikepenz/release-changelog-builder-action@v5
7272 with :
7373 mode : " PR"
9999 }
100100 env :
101101 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
102-
102+
103103 - name : Create GitHub release
104104 if : ${{ env.SKIP != 'true' }}
105105 uses : softprops/action-gh-release@v2
@@ -120,5 +120,5 @@ jobs:
120120 git config user.name "${{ env.AUTHOR_NAME }}"
121121 git config user.email "${{ env.AUTHOR_EMAIL }}"
122122 git add VERSION charts/metrics-operator/Chart.yaml charts/metrics-operator/values.yaml
123- git commit -m "Update VERSION to ${{ env.version }}-dev"
123+ git commit -m "chore: update VERSION to ${{ env.version }}-dev"
124124 git push origin main
You can’t perform that action at this time.
0 commit comments