Skip to content

Commit

Permalink
[#55] prepare for next test
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jul 26, 2020
1 parent dff8cfb commit 47cb527
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mavenpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Publish package to GitHub Packages

on:
release:
types: [created]
types: [published]

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES-NEXT.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## Summary

This release is a test release to verify the GitHub Action that automatically creates a GitHub Release when a tag is pushed whose tag name starts with 'v'.
This release is another test release to verify that the Publish package to GitHub Packages GitHub Action can be triggered by the Create Release GitHub Action.
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v2020.07.26_11.04.35

## Summary

This release is a test release to verify the GitHub Action that automatically creates a GitHub Release when a tag is pushed whose tag name starts with 'v'.

0 comments on commit 47cb527

Please sign in to comment.