Skip to content

Commit

Permalink
fix err in flow
Browse files Browse the repository at this point in the history
  • Loading branch information
hitchhooker committed Apr 3, 2024
1 parent c056cc3 commit f16eef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- rewrite_in_rust
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -57,7 +56,7 @@ jobs:
- name: Bump version and tag
id: bump_version
uses: anothrNick/github-tag-action@v1
with:
env:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
WITH_V: false

Expand Down

0 comments on commit f16eef7

Please sign in to comment.