Skip to content

Commit

Permalink
Trying to fix TagBot (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-luke authored Feb 2, 2024
1 parent 2b58842 commit 2345e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.COMPATHELPER_PRIV }}
ssh: ${{ secrets.SSH_KEY }}
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AuditoryStimuli"
uuid = "8341a549-d843-5d3b-924f-10e41641b3ea"
authors = ["Robert Luke <[email protected]>"]
version = "0.1.2"
version = "0.1.3"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand Down

2 comments on commit 2345e5d

@rob-luke
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Maintenance

  • Attempt to fix TagBot automation

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/100088

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.3 -m "<description of version>" 2345e5d94823dd900cdc56df898f3414ce978f7e
git push origin v0.1.3

Please sign in to comment.