Got following error while executing manual workflow for auto snap updation

Part: pappl-retrofit

Error: can’t find the current tag in the tag list.

Part: hplip

No branches found. Ensure that the source URI is valid.

Below is the necessary source code: hplip: source: https://salsa.debian.org/printing-team/hplip.v2.git source-type: git source-branch: debian/main source-depth: 1

ext:updatesnap

version-format:

format: “debian/%M.%m.%R”

lower-than: ‘4’

no-9x-revisions: true

# Upstream source

pappl-retrofit: source: https://github.com/openprinting/pappl-retrofit source-type: git source-tag: 1.0b2 source-depth: 1

ext:updatesnap

version-format:

format: ‘%M.%m%R’

lower-than: ‘2’

no-9x-revisions: true

Your post is hard to read due to formatting (hint: use triple-backquotes to keep the original format), but the snapcraft part of it works correctly for me.

YAML file snippet:

parts:
  hplip:
    plugin: nil
    source: https://salsa.debian.org/printing-team/hplip.v2.git
    source-type: git
    source-branch: debian/main
    source-depth: 1
  
  pappl-retrofit:
    plugin: nil
    source: https://github.com/openprinting/pappl-retrofit
    source-type: git
    source-tag: 1.0b2
    source-depth: 1

Part pull:

$ snapcraft pull --verbose
...
Running on amd64 for amd64                                                                                                                                                      
Initializing parts lifecycle                                                                                                                                                    
Installing build-packages                                                                                                                                                       
Installing build-snaps                                                                                                                                                          
Pulling hplip                                                                                                                                                                   
Pulling pappl-retrofit