Skip to content

Commit

Permalink
release: 2.1.0 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng committed Mar 24, 2023
1 parent fb7c0e9 commit 07bed77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@2.0.6
uses: dailydotdev/action-devcard@2.1.0
with:
devcard_id: ${{ secrets.DEVCARD_ID }}
```
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
contents: write
steps:
- name: devcard
uses: dailydotdev/action-devcard@2.0.6
uses: dailydotdev/action-devcard@2.1.0
with:
devcard_id: ${{ secrets.DEVCARD_ID }}
commit_branch: devcard
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -36,4 +36,4 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/dailydotdev/action-devcard:2.0.6'
image: 'docker://ghcr.io/dailydotdev/action-devcard:2.1.0'
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "action-devcard",
"version": "2.0.6",
"version": "2.1.0",
"description": "GitHub Action to download the devcard from daily.dev",
"private": true,
"author": {
Expand Down

0 comments on commit 07bed77

Please sign in to comment.