Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty committed Jan 5, 2025
1 parent a6c9039 commit c253c94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v4

- name: Generate Doras Links
uses: dorasto/github-links@v1.1.0
uses: dorasto/github-links@v1
with:
username: ${{ env.DORAS_USERNAME }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doras-action",
"version": "1.1.1",
"version": "1.1.2",
"main": "src/index.ts",
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit c253c94

Please sign in to comment.