Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Sep 12, 2024
1 parent 733a661 commit 3419e4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
cargo test --doc
- name: Run publish-action of oss
uses: "tu6ge/publish-action@master"
uses: tu6ge/publish-action@v0.4.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

with:
DIR: "/"
TAG_PREFIX: "test-tag-"
TAG_PREFIX: "v"

0 comments on commit 3419e4a

Please sign in to comment.