Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
Commits
d415d732
Unverified
Commit
d415d732
authored
Jun 22, 2022
by
Frank Lee
Committed by
GitHub
Jun 22, 2022
Browse files
[workflow] fixed release post workflow (#1154)
parent
54aabb8d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/draft_github_release_post.yml
.github/workflows/draft_github_release_post.yml
+3
-1
No files found.
.github/workflows/draft_github_release_post.yml
View file @
d415d732
...
...
@@ -28,11 +28,13 @@ jobs:
python ./.github/workflows/scripts/generate_release_draft.py --out $PWD/release_draft.md --version $version
echo "::set-output name=version::$version"
echo "::set-output name=path::$PWD/release_draft.md"
env
:
GITHUB_API_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Create Release
id
:
create_release
uses
:
actions/create-release@v1
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
# This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
tag_name
:
${{ steps.generate_draft.outputs.version }}
release_name
:
Version ${{ steps.generate_draft.outputs.version }} Release Today!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment