We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bea09 commit 2a0acadCopy full SHA for 2a0acad
.github/workflows/TagBot.yml
@@ -11,6 +11,6 @@ jobs:
11
steps:
12
- uses: "JuliaRegistries/TagBot@v1"
13
with:
14
- token: "${{ secrets.GITHUB_TOKEN }}"
+ token: "${{ secrets.TAGBOT_PAT }}"
15
registry: "ITensor/ITensorRegistry"
16
ssh: "${{ secrets.DOCUMENTER_KEY }}"
Project.toml
@@ -1,6 +1,6 @@
1
name = "NamedGraphs"
2
uuid = "678767b0-92e7-4007-89e4-4527a8725b19"
3
-version = "0.10.13"
+version = "0.10.14"
4
authors = ["Matthew Fishman <mfishman@flatironinstitute.org>, Joseph Tindall <jtindall@flatironinstitute.org> and contributors"]
5
6
[deps]
0 commit comments