Skip to content

Commit 684dbd8

Browse files
author
Nosal, Peter (pn1895)
committed
Finalize release action workflow
Signed-off-by: Nosal, Peter (pn1895) <pn1895@att.com>
1 parent 9760921 commit 684dbd8

File tree

3 files changed

+2
-38
lines changed

3 files changed

+2
-38
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: actions/checkout@v2
2626
with:
2727
ref: ${{ github.event.release.tag_name }}
28+
token: ${{ secrets.RELEASE_ACTION_TOKEN }}
2829

2930
# Create release version
3031
- name: Create release version

.github/workflows/test.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'tech.pantheon.YANGinator'
2-
version '1.3-SNAPSHOT'
2+
version '1.2-SNAPSHOT'
33

44
allprojects {
55
apply plugin: 'java'

0 commit comments

Comments
 (0)