We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfeb9e commit 903cff1Copy full SHA for 903cff1
.github/workflows/push.yml
@@ -35,13 +35,13 @@ jobs:
35
36
37
- name: Make a tag name
38
- # if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master'
39
run: |
40
echo "::set-output name=tag::$(date +%Y%m%d%H%M%S)"
41
id: tag_make
42
43
- name: Create blank release
44
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
run:
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Add jar Release
52
uses: softprops/action-gh-release@v1
53
54
with:
55
tag_name: ${{ steps.tag_make.outputs.tag }}
56
files: main/build/libs/ProjectUnity.jar
0 commit comments