| Author | DaveJarvis <email> |
|---|---|
| Date | 2025-08-25 12:28:40 GMT-0700 |
| Commit | 76fbd8be74f3c8e62d257e3eed12a9a78dc55c9e |
| Parent | 20274ba |
| -#!/usr/bin/env bash | ||
| - | ||
| -RELEASE=$(git describe --abbrev=0 --tags) | ||
| - | ||
| -glab release create "${RELEASE}" | ||
| - | ||
| -cat tokens/keenquotes.pat | glab auth login --hostname gitlab.com --stdin | ||
| - | ||
| -glab release upload "${RELEASE}" build/libs/keenquotes.jar | ||
| - | ||
| Delta | 0 lines added, 10 lines removed, 10-line decrease |
|---|