We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438b39a commit cf9fb67Copy full SHA for cf9fb67
.circleci/config.yml
@@ -117,7 +117,9 @@ jobs:
117
ghr -token ${GITHUB_PAT} -username ${CIRCLE_PROJECT_USERNAME} -repository ${CIRCLE_PROJECT_REPONAME} -commitish ${CIRCLE_SHA1} -parallel 1 -b "Automatic release ${VERSION}" ${VERSION} ./dist
118
snap_publish:
119
machine:
120
- image: ubuntu-2204:2023.07.2 # https://circleci.com/developer/machine/image/ubuntu-2204
+ # https://circleci.com/developer/machine/image/ubuntu-2204
121
+ # Sometimes they just delete machine tags?? So just use current
122
+ image: ubuntu-2204:current
123
steps:
124
- attach_workspace:
125
at: .
0 commit comments