Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bcadac0f07 | |||
| 1a2087f2ee | |||
| f2069de1ec |
@@ -20,7 +20,6 @@ jobs:
|
|||||||
|
|
||||||
- run: go install github.com/psanetra/git-semver/cli@master
|
- run: go install github.com/psanetra/git-semver/cli@master
|
||||||
|
|
||||||
- run: git tag v$(cli next --stable=false)
|
- run: git tag v$(cli next --stable=false) && git push --tags || echo no change
|
||||||
- run: git push --tags
|
|
||||||
|
|
||||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
name: Deploy
|
name: Deploy
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# push:
|
|
||||||
# branches: [ "main" ]
|
|
||||||
release:
|
release:
|
||||||
types: [ published ]
|
types: [ published ]
|
||||||
create:
|
|
||||||
types: [ tag ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|||||||
Reference in New Issue
Block a user