Skip to content

Commit

Permalink
fix(ci): use latest action
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat616 committed Dec 27, 2023
1 parent 50c777b commit 9e1d76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ jobs:
echo "CURRENT_GIT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
shell: bash
- name: Update Tag
uses: richardsimko/update-tag@v1.0.11
uses: greenhat616/update-tag@v1
with:
tag_name: pre-release
ref: dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_SHA: ${{ env.CURRENT_GIT_SHA }}
- run: |
cat > release.txt << 'EOF'
## Clash Nyanpasu Nightly Build
Expand Down

0 comments on commit 9e1d76e

Please sign in to comment.