This commit is contained in:
Nanne Baars 2021-03-30 15:55:18 +02:00
parent 4d5968da1a
commit 072d99040f

View File

@ -105,9 +105,9 @@ jobs:
name: release
steps:
- uses: actions/checkout@v2
token: ${{ WEBGOAT_DEPLOYER_TOKEN }}
with:
ref: develop
token: ${{ env.WEBGOAT_DEPLOYER_TOKEN }}
- name: Set up JDK 11
uses: actions/setup-java@v1