We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b70867 commit 804fca3Copy full SHA for 804fca3
.github/dependabot.yml
@@ -3,4 +3,4 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule:
6
- interval: "monthly"
+ interval: "weekly"
.github/workflows/release.yml
@@ -3,13 +3,9 @@ name: Release
on:
push:
tags:
- - 'v*'
+ - '*'
7
workflow_dispatch:
8
9
-env:
10
- REGISTRY_USER: ${{ github.actor }}
11
- REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
12
-
13
jobs:
14
release:
15
runs-on: ubuntu-latest
0 commit comments