diff --git a/.cruft.json b/.cruft.json index 788e33a345..63eea24d57 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/vshn/appcat-cookiecutter", - "commit": "644a664528451946e653277c0eaf1c689444cc84", + "commit": "725bf3a6fc6bd3729f02fd25dd04d93af597fdda", "checkout": null, "context": { "cookiecutter": { @@ -15,7 +15,7 @@ ".github/changelog-configuration.json" ], "_template": "https://github.com/vshn/appcat-cookiecutter", - "_commit": "644a664528451946e653277c0eaf1c689444cc84" + "_commit": "725bf3a6fc6bd3729f02fd25dd04d93af597fdda" } }, "directory": null diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 34683b2c38..d4d22bf7e4 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -82,10 +82,7 @@ jobs: git tag $NEW_TAG git push origin $NEW_TAG echo "new_tag=$NEW_TAG" >> $GITHUB_OUTPUT - - name: tobe deleted - id: bump - run: | - echo "new_tag=v4.164.0" >> $GITHUB_OUTPUT + create-component-release-pr: needs: create-and-merge-appcat-pr