Compare commits

..
2 Commits
Author SHA1 Message Date
Marcus Young 087e754f56 Fix permissions for release creation 2022-09-26 11:27:59 -05:00
Marcus Young 5b19b8dafa [Automated 🤖 ] Bump to version 2.297.0 2022-09-26 10:54:33 -05:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ on:
tags:
- '*'
permissions:
contents: read
packages: write
permissions:
contents: write
packages: write
jobs:
create-release:
+1 -1
View File
@@ -5,7 +5,7 @@ LABEL maintainer="myoung34@my.apsu.edu"
ENV AGENT_TOOLSDIRECTORY=/opt/hostedtoolcache
RUN mkdir -p /opt/hostedtoolcache
ARG GH_RUNNER_VERSION="2.283.4"
ARG GH_RUNNER_VERSION="2.297.0"
ARG TARGETPLATFORM
SHELL ["/bin/bash", "-o", "pipefail", "-c"]