Skip to content

Commit

Permalink
Fixing typo in TagBot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amartinhuertas committed Jan 17, 2023
1 parent 6fcd856 commit 7bfe1c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
types:
- created
workflow_dispatch:
permissions:
contents: write
jobs:
permissions:
contents: write
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
Expand Down

2 comments on commit 7bfe1c4

@amartinhuertas
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/75811

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.2.13 -m "<description of version>" 7bfe1c444a0be9f7b4838805692650c7a2f38947
git push origin v0.2.13

Please sign in to comment.