Skip to content

Commit

Permalink
Merge pull request #10 from pylat/CI_test
Browse files Browse the repository at this point in the history
update tagbot
  • Loading branch information
pylat authored Jun 22, 2021
2 parents 98e806b + a2c6d72 commit 8d0376e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: TagBot
on:
schedule:
- cron: 0 12 * * *
issue_comment:
types:
- created
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

4 comments on commit 8d0376e

@pylat
Copy link
Member Author

@pylat pylat commented on 8d0376e Jun 22, 2021

Choose a reason for hiding this comment

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

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@pylat
Copy link
Member Author

@pylat pylat commented on 8d0376e Jun 22, 2021

Choose a reason for hiding this comment

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

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

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.1 -m "<description of version>" 8d0376e8a636279568212f06187d172423732614
git push origin v0.1.1

Please sign in to comment.