Skip to content

Commit

Permalink
Update olegtarasov/get-tag and add dependabot config (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Jan 25, 2021
1 parent 6362956 commit e33ea8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "06:00"
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v2

- uses: olegtarasov/get-tag@v2
- uses: olegtarasov/get-tag@v2.1
if: github.event_name == 'release'
name: Set tag envronment variable

Expand Down

0 comments on commit e33ea8a

Please sign in to comment.