Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
F43nd1r committed Jun 8, 2021
1 parent df8427a commit da94799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:

steps:
- uses: actions/[email protected]
with:
ref: ${{ github.ref }}
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
Expand All @@ -27,8 +29,6 @@ jobs:
- name: Extract version
id: version
run: echo ::set-output name=value::$(git describe --abbrev=0 | sed -e "s/^v//")
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
id: create_release
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: burrunan/gradle-cache-action@v1
with:
job-id: jdk11
arguments: dockerPush
arguments: dockerTagsPush
properties: vaadin.productionMode=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit da94799

Please sign in to comment.