Skip to content

Conversation

@KDr2
Copy link
Member

@KDr2 KDr2 commented Mar 12, 2020

#53

When version number in Project.toml is updated, a tag will be made according to the new version.

But we can't upload artifacts to a tag, we can only upload artifacts to a release. So now the process is:

  1. someone updates the version number in Project.toml then commit the change
  2. the push event triggers GH action, a new tag will be made on that commit
  3. TagBot creates a new release on the new tag
  4. GH action is triggered by the release event, then builds and uploads the artifacts

@yebai yebai merged commit 5e828c2 into master Mar 12, 2020
@delete-merged-branch delete-merged-branch bot deleted the auto-tag branch March 12, 2020 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants