Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
wszgrcy committed Mar 23, 2024
1 parent d7d51cd commit ae46fac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
name: tag
permissions:
contents: write
on:
workflow_dispatch:
inputs:
tag:
description: '打标签'
required: true

env:
REPOSITORY_PATH: https://${{secrets.ACCESS_TOKEN}}@github.com/

jobs:
tag:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ae46fac

Please sign in to comment.