Skip to content

Commit c253c94

Browse files
committed
update workflows
1 parent a6c9039 commit c253c94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Generate Doras Links
20-
uses: dorasto/github-links@v1.1.0
20+
uses: dorasto/github-links@v1
2121
with:
2222
username: ${{ env.DORAS_USERNAME }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "doras-action",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"main": "src/index.ts",
55
"scripts": {
66
"build": "tsc",

0 commit comments

Comments
 (0)