Skip to content

Commit

Permalink
Meta: Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Mar 15, 2021
1 parent 03b8941 commit b4dd206
Show file tree
Hide file tree
Showing 3 changed files with 2,992 additions and 4,346 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ env:

# FILE GENERATED WITH: npx ghat fregante/ghatemplates/webext
# SOURCE: https:/fregante/ghatemplates
# OPTIONS: {"set":["on.schedule=[{\"cron\": \"31 19 * * 6\"}]"]}
# OPTIONS: {"set":["on.schedule=[{\"cron\": \"31 19 1 * *\"}]"]}

name: Release
on:
workflow_dispatch: null
schedule:
- cron: 31 19 * * 6
- cron: 31 19 1 * *
jobs:
Version:
outputs:
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: fregante/daily-version-action@v1
name: Create tag if necessary
id: daily-version
- uses: notlmn/release-with-changelog@v3
- uses: fregante/release-with-changelog@v3
if: steps.daily-version.outputs.created
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit b4dd206

Please sign in to comment.