mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
Simulate a change to upstream adf (#10814)
This commit is contained in:
parent
ff0885c265
commit
4cfda763b6
@ -18,7 +18,7 @@
|
||||
module.exports = async ({ github, context, core, tagName }) => {
|
||||
const tagSHA = context.payload?.after ?? context.sha;
|
||||
|
||||
core.notice(`Creating a tag with title: ${tagName}, and SHA: ${tagSHA}`);
|
||||
core.notice(`Creating tag with title: ${tagName}, and SHA: ${tagSHA}`);
|
||||
|
||||
const createdTag = await github.rest.git.createTag({
|
||||
owner: context.repo.owner,
|
||||
|
Loading…
x
Reference in New Issue
Block a user