Compare commits

..

No commits in common. "main" and "vaaaa" have entirely different histories.
main ... vaaaa

View File

@ -3,17 +3,11 @@ name: Build docker image
on: on:
push: push:
tags: tags:
- 'v*' - '*'
jobs: jobs:
publish_npm_packages: publish_npm_packages:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Hello world - name: Hello world
id: ttttt run: echo 'hello world'
run: echo 'hello world'
- name: Hello world 2
id: my
run: echo 'a=xxxx' >> "$GITHUB_OUTPUT"
- name: Hello world
run: echo 'hello world' ${{ steps.my.outputs.a }}