Skip to content

Commit

Permalink
Disable daily version (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrai committed Oct 19, 2020
1 parent d051008 commit 4388707
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
fetch-depth: 20
- run: npm install
- run: npm test
# - uses: fregante/daily-version-action@v1
# name: Create tag if necessary
# id: daily-version
- uses: fregante/daily-version-action@v1
name: Create tag if necessary
id: daily-version
- uses: notlmn/release-with-changelog@v3
if: steps.daily-version.outputs.created
with:
Expand Down

0 comments on commit 4388707

Please sign in to comment.