From 214533c8d76ad159161d54e11ca4b2bc78e94d6e Mon Sep 17 00:00:00 2001 From: Jay Whitwell <72501756+jay-whitwell@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:21:01 +0000 Subject: [PATCH] Uml 3224 (#2477) * UML-3224: add semantic versioning * UML-3224: add semver to container tags * UML-3224: add write permissions for semver * UML-3224: remove comment --- .github/workflows/path-to-live.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/path-to-live.yml b/.github/workflows/path-to-live.yml index 62052dcb13..3844876f53 100644 --- a/.github/workflows/path-to-live.yml +++ b/.github/workflows/path-to-live.yml @@ -28,6 +28,8 @@ jobs: workflow_variables: runs-on: ubuntu-latest name: output workflow variables + permissions: + contents: write outputs: short_sha: ${{ steps.variables.outputs.short_sha }} semver_tag: ${{ steps.semver_tag.outputs.new_tag }}