This commit is contained in:
		@ -12,8 +12,9 @@ steps:
 | 
				
			|||||||
  - name: build & package
 | 
					  - name: build & package
 | 
				
			||||||
    image: golang:1.21
 | 
					    image: golang:1.21
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
 | 
					      - |
 | 
				
			||||||
      - /bin/task package
 | 
					          sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d
 | 
				
			||||||
 | 
					          /bin/task package
 | 
				
			||||||
    when:
 | 
					    when:
 | 
				
			||||||
      event:
 | 
					      event:
 | 
				
			||||||
        - tag
 | 
					        - tag
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user