Skip to content

Commit

Permalink
fix: bump major version
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Jul 16, 2023
1 parent 1693cce commit a75e9e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Publish Release
- name: Publish release
uses: boywithkeyboard/taco@dev
with:
kind: ${{github.event.inputs.kind}}

- name: Bump major version
run: |
short="v0"
git tag $short -f
git push --tags -f

0 comments on commit a75e9e0

Please sign in to comment.