Skip to content

Commit 951e2e5

Browse files
committed
Improve CI
1 parent 93996cb commit 951e2e5

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build-and-snapshot.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,12 @@ jobs:
102102
env:
103103
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
104104

105-
- name: Create new tag
106-
run: |
107-
git config --global user.name "GitHub Actions"
108-
git config --global user.email "[email protected]"
109-
git tag -f snapshot
110-
git push -f origin snapshot
111-
112105
- name: Create GitHub Release
113106
uses: softprops/action-gh-release@v1
114107
with:
115108
files: dist/*
116-
prerelease: true
109+
prerelease: false
110+
release: false
117111
tag_name: snapshot
118112
body: |
119113
This is a snapshot release of the cf-cli-java-plugin.

0 commit comments

Comments
 (0)