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 aeb0bd0 commit 6b6f293Copy full SHA for 6b6f293
.github/workflows/release.yml
@@ -64,6 +64,12 @@ jobs:
64
git push origin HEAD:main
65
if: inputs.draft != true
66
67
+ - name: Create and push tag
68
+ if: inputs.draft != true
69
+ run: |
70
+ git tag v${{ steps.prepare-release.outputs.next-release-tag }}
71
+ git push --tags
72
+
73
# This will automatically trigger publishing to Carthage and Swift Package Manager
74
- uses: DevCycleHQ/release-action/[email protected]
75
id: create-release
0 commit comments