Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GHA workflow to automate creation of GH releases & tags #194
GHA workflow to automate creation of GH releases & tags #194
Changes from 88 commits
70eb112
c5f1136
0ecbc9e
4bf7763
b6f8c82
f5bae65
8d93df0
5aaa27e
4b33ab5
7f7c28e
8e93fac
9adb74b
044b73f
a05fe9f
1499bea
ec60107
390405e
d6d0687
5948599
b9ef5d7
2fca843
1cb818a
a2ad5fb
9de1341
86cc970
c03c80b
9930f69
5ea305c
5360470
b1ceca6
c384387
91a3db7
bdadbfd
c3c6205
8fcd592
3bbf8cf
fb30ee9
eaceed2
d5f1cd3
39dd08c
54d01fd
70bbd50
9d46971
48ff20d
484cb9f
93af57a
b61cc15
9f5e29b
43ff28d
f025873
72f6df3
66e6813
82895fc
ee8d29a
580ffab
4c7ebb8
220589d
093c5c1
2f44e5a
c80aff1
4baecf7
b7fcc90
f9d6b46
d4c7bfb
c25e3a3
786df9c
08e96b6
068a38e
534db9c
9f42ae9
ba60eda
1fb3f88
f61dc03
ec7d91b
2b953d8
3a3cad9
6cb05d2
50ed57d
3c63718
a0888de
e4fd0c6
0c922be
a92e41c
758fb3e
a84bdd0
c524bf7
c0a661a
c374f9d
1683edc
1eb7229
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i.e. can only be manually triggered and allows for triggering of downstream workflows, e.g.
artifacts_CI.yml
on tag creationThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious if you tried
git fetch --tags
? If that works then you can change the check later to!(project.version in tags)
to support backportsThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah I think it worked - I'll do it as a follow up. Afraid of accidentally breaking things now...