Fast and tiny JavaScript/TypeScript cron parser with timezone support
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: bump softprops/action-gh-release from 2 to 3 (#25)

Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2 to 3.
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2...v3)

---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-version: '3'
dependency-type: direct:production
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

authored by

dependabot[bot]
dependabot[bot]
and committed by
GitHub
d96c54c1 3968b006

+1 -1
+1 -1
.github/workflows/publish.yml
··· 79 79 git push origin "v${VERSION}" || echo "Tag already pushed" 80 80 81 81 - name: Create GitHub Release 82 - uses: softprops/action-gh-release@v2 82 + uses: softprops/action-gh-release@v3 83 83 with: 84 84 tag_name: v${{ needs.check-version.outputs.version }} 85 85 generate_release_notes: true