Skip to content

Commit

Permalink
chore(docs): update version number in example usage
Browse files Browse the repository at this point in the history
  • Loading branch information
The0mikkel committed May 10, 2024
1 parent 95c0131 commit 075ac27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ node_modules
```yaml
release:
name: Release
uses: the0mikkel/ci/.github/workflows/[email protected].3
uses: the0mikkel/ci/.github/workflows/[email protected].4
```
### Docker build and push
Expand Down Expand Up @@ -146,7 +146,7 @@ Where it is located can be specified in the action.
name: Docker
needs:
- release
uses: the0mikkel/ci/.github/workflows/[email protected].3
uses: the0mikkel/ci/.github/workflows/[email protected].4
with:
semver: ${{ needs.release.outputs.version }}
```
Expand Down Expand Up @@ -178,5 +178,5 @@ on:
jobs:
pr-linter:
name: Pull Request title check
uses: the0mikkel/ci/.github/workflows/[email protected].3
uses: the0mikkel/ci/.github/workflows/[email protected].4
```

0 comments on commit 075ac27

Please sign in to comment.