diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2023-06-15 22:48:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-15 22:48:27 (GMT) |
commit | 16b1f35e7f5cff85a141148a6f8aa02c23f08fd7 (patch) | |
tree | c5f80197bda39eaf1026de538f343e498b3f8258 /.github/workflows | |
parent | c2e3e9f63a1872a8f27aac18f0ff72405746b8ce (diff) | |
download | hdf5-16b1f35e7f5cff85a141148a6f8aa02c23f08fd7.zip hdf5-16b1f35e7f5cff85a141148a6f8aa02c23f08fd7.tar.gz hdf5-16b1f35e7f5cff85a141148a6f8aa02c23f08fd7.tar.bz2 |
Some minor version text changes (#3134)
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0104725..80e9f35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: - name: PreRelease tag uses: softprops/action-gh-release@v1 with: - tag_name: "snapshot" + tag_name: "snapshot_1_14" prerelease: true files: | ${{ steps.get-file-base.outputs.FILE_BASE }}.doxygen |