Skip to content

Commit

Permalink
added workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Grashalmbeisser committed Feb 26, 2024
1 parent 95d3153 commit d5ae5a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
--outdir dist/
.
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@main
with:
name: buildfiles
path: .
Expand All @@ -42,7 +42,7 @@ jobs:
needs: [ build ]

steps:
- uses: actions/download-artifact@master
- uses: actions/download-artifact@main
with:
name: buildfiles
path: .
Expand All @@ -60,7 +60,7 @@ jobs:
needs: [build]

steps:
- uses: actions/download-artifact@master
- uses: actions/download-artifact@main
with:
name: buildfiles
path: .
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
if: "startsWith(github.ref, 'refs/tags/v')"

steps:
- uses: actions/download-artifact@master
- uses: actions/download-artifact@main
with:
name: buildfiles
path: .
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This file documents any relevant changes.

## [2.0.o-rc1] 2024-02-23
## [2.0.0-rc1] 2024-02-23
- docs: updated documentation

## [2.0.0-dev4] 2024-02-19
Expand Down

0 comments on commit d5ae5a7

Please sign in to comment.