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: git tag v$(cli next --stable=false)
|
||||
- run: git push --tags
|
||||
- run: git tag v$(cli next --stable=false) && git push --tags || echo no change
|
||||
|
||||
- run: echo "🍏 This job's status is ${{ job.status }}."
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
name: Deploy
|
||||
|
||||
on:
|
||||
# push:
|
||||
# branches: [ "main" ]
|
||||
release:
|
||||
types: [ published ]
|
||||
create:
|
||||
types: [ tag ]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user