Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mKlapwijk committed Jan 16, 2024
1 parent 2a28ab9 commit 7bbe737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This workflow should be triggered when a release of the main is needed.
# It creates a tage and regenerates the documentation to generate a release.
# It does not bumps version number, that happens for the merged pull request.
# It creates a tag and regenerates the documentation to generate a release.
# It does not bump the version number, that happens for the merged pull request.

name: Release major or minor version (create tag and documention)
name: Release major or minor version (create tag and documentation)

on:
workflow_dispatch:
Expand Down

0 comments on commit 7bbe737

Please sign in to comment.