File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed
template/.github/workflows Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 77jobs :
88 TagBot :
99 if : " github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
10- runs-on : " ubuntu-latest"
11- steps :
12- - uses : " JuliaRegistries/TagBot@v1"
13- with :
14- token : " ${{ secrets.TAGBOT_PAT }}"
15- registry : " ITensor/ITensorRegistry"
16- ssh : " ${{ secrets.DOCUMENTER_KEY }}"
10+ uses : " ITensor/ITensorActions/.github/workflows/TagBot.yml@main"
11+ secrets : " inherit"
Original file line number Diff line number Diff line change 11name = " ITensorPkgSkeleton"
22uuid = " 3d388ab1-018a-49f4-ae50-18094d5f71ea"
3- version = " 0.3.36 "
3+ version = " 0.3.37 "
44authors = [" ITensor developers <support@itensor.org> and contributors" ]
55
66[workspace ]
Original file line number Diff line number Diff line change 77jobs:
88 TagBot:
99 if: "github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'"
10- runs-on: "ubuntu-latest"
11- steps:
12- - uses: "JuliaRegistries/TagBot@v1"
13- with:
14- token: "${{ secrets.TAGBOT_PAT }}"
15- registry: "ITensor/ITensorRegistry"
16- ssh: "${{ secrets.DOCUMENTER_KEY }}"
10+ uses: "ITensor/ITensorActions/.github/workflows/TagBot.yml@main"
11+ secrets: "inherit"
You can’t perform that action at this time.
0 commit comments