We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad99a64 commit bbc58b5Copy full SHA for bbc58b5
.github/workflows/build-and-release.yaml
@@ -61,18 +61,6 @@ jobs:
61
./gradlew ciVersioning -Poutput=$GITHUB_OUTPUT
62
./gradlew ciReleaseApp
63
64
- - if: github.ref == 'refs/heads/main' && github.event_name == 'push'
65
- name: Create tag
66
- uses: actions/github-script@v7
67
- with:
68
- script: |
69
- github.rest.git.createRef({
70
- owner: context.repo.owner,
71
- repo: context.repo.repo,
72
- ref: 'refs/tags/v${{ steps.build.outputs.version }}',
73
- sha: context.sha
74
- })
75
-
76
- if: github.ref == 'refs/heads/main' && github.event_name == 'push'
77
name: Release
78
uses: svenstaro/upload-release-action@v2
0 commit comments