Skip to content

Commit

Permalink
feat: increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
skynet2 committed Mar 27, 2024
1 parent 201a295 commit 0c9666e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apimonkey.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
with:
draft: false
prerelease: false
release_name: v.0.1.${{ github.run_number }}-apimonkey
tag_name: v.0.1.${{ github.run_number }}
release_name: v.0.2.${{ github.run_number }}-apimonkey
tag_name: v.0.2.${{ github.run_number }}
env:
GITHUB_TOKEN: ${{ github.token }}
- name: upload windows artifact
Expand Down

0 comments on commit 0c9666e

Please sign in to comment.