Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Mar 30, 2021
1 parent 5a3843c commit 4d5968d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
tags:
- v*
jobs:
environment:
name: release
# release:
# name: Release WebGoat
# runs-on: ubuntu-latest
Expand Down Expand Up @@ -103,6 +101,8 @@ jobs:
name: Update development version
# needs: [ release ]
runs-on: ubuntu-latest
environment:
name: release
steps:
- uses: actions/checkout@v2
token: ${{ WEBGOAT_DEPLOYER_TOKEN }}
Expand Down

0 comments on commit 4d5968d

Please sign in to comment.